home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / LISP Related / Generalized LISP / Glisp 1.2 / Object files / Constants.lisp next >
Encoding:
Text File  |  1990-08-20  |  316 b   |  15 lines  |  [TEXT/CCL ]

  1.  
  2. (export (quote (!eof !eofchar !failure !novalue !lparen !rparen)) :glisp) 
  3.  
  4. (defconstant !eof (quote #:end-of-file)) 
  5.  
  6. (defconstant !eofchar (quote #\Null)) 
  7.  
  8. (defconstant !failure (quote #:failure)) 
  9.  
  10. (defconstant !novalue (quote #:no-value)) 
  11.  
  12. (defconstant !lparen (quote \()) 
  13.  
  14. (defconstant !rparen (quote \))) 
  15.